home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- HyperbolicView = {
- ACTIONS = {
- reset:;
- invert:;
- };
- OUTLETS = {
- };
- SUPERCLASS = View;
- };
- PopAndForm = {
- ACTIONS = {
- newValue:;
- enableForm:;
- };
- OUTLETS = {
- popup;
- formcell;
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- playAgain:;
- appWillInit:;
- openRequest:;
- };
- OUTLETS = {
- lutView;
- mainWindow;
- };
- SUPERCLASS = Object;
- };
- MPEGView = {
- ACTIONS = {
- };
- OUTLETS = {
- theBitmap;
- dstImage;
- };
- SUPERCLASS = View;
- };
-